Package com.getsensibill.capturestandalone.config

Types

CaptureConfig
Link copied to clipboard
data class CaptureConfig(enableCaptureTips: Boolean, allowFlashToggling: Boolean, defaultFlashMode: FlashMode, enableAutoCapture: Boolean, initialAutoCaptureState: Boolean, enableLongReceiptPageToast: Boolean, enableGalleryImport: Boolean, @IntRange(from = 1.toLong(), to = 10.toLong()maxImages: Int, enableLongCapture: Boolean, enableCrop: Boolean, enableSecureWindow: Boolean, attachLocationData: Boolean, compressForSensibillApi: Boolean, enableCaptureProgressFeedback: Boolean, documentTypeStrings: DocumentTypeStrings, documentType: CaptureDocumentType) : Serializable
Configuration class to be sent to CaptureStandaloneActivity.
CaptureDocumentType
Link copied to clipboard
enum CaptureDocumentType : Enum<CaptureDocumentType>
DocumentTypeStrings
Link copied to clipboard
data class DocumentTypeStrings(tipsStrings: DocumentTypeStrings.Tips, permissions: DocumentTypeStrings.Permissions, captureStrings: DocumentTypeStrings.Capture) : Serializable
A model containing every string in the standalone capture flow which refers to a specific capture "document type".